type golang.org/x/net/http2.noBodyReader
4 uses
golang.org/x/net/http2 (current package)
transport.go#L2999: var noBody io.ReadCloser = noBodyReader{}
transport.go#L3001: type noBodyReader struct{}
transport.go#L3003: func (noBodyReader) Close() error { return nil }
transport.go#L3004: func (noBodyReader) Read([]byte) (int, error) { return 0, io.EOF }
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)